home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / tn1.dir / 00157_Script_157 < prev    next >
Text File  |  1995-11-28  |  655b  |  37 lines

  1. on exitFrame
  2.   --2
  3.   
  4.   
  5.   HL 45,28
  6.   preLoadCast 23, 28
  7.   
  8.   if rollover(3) then
  9.     show "M002.A RED"
  10.   else 
  11.     if rollover(4) then
  12.       show "M002.A"
  13.     else
  14.       if rollover(5) then
  15.         show "M002.B"
  16.         
  17.       else
  18.         if rollover(6) then
  19.           show "M002.B RED"
  20.         else 
  21.           if rollover(7) then
  22.             show "M002.C"
  23.           else
  24.             if rollover(8) then
  25.               show "M002.C RED"
  26.             else
  27.               reshow "2", "M002"
  28.               prompt2
  29.             end if
  30.           end if
  31.         end if  
  32.       end if
  33.     end if
  34.   end if  
  35.   go the frame
  36.   
  37. end